home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / neural22.zip / TOOLKIT.INF < prev    next >
Text File  |  1994-04-16  |  3KB  |  73 lines

  1.  
  2.  
  3. The new NEURAL21.ZIP contains: 
  4.  
  5. 1.  A better SLUG3 windows Backprop app and  
  6. 2.  The user manual for the Neural Networks Toolkit, 
  7.  
  8. and is now available from at least
  9.  
  10. garbo.uwasa.fi in windows/artificial
  11. oak.oakland.edu in pub/msdos/neurlnet
  12.  
  13.  
  14. What is    the Toolkit ?
  15. =====================
  16.  
  17. The Southern Scientific Neural Networks Toolkit is for Pascal
  18. programmers.  It is intended to form the basis for NN designs
  19. ranging from the conventional to the bizarre.  To do this, the
  20. Toolkit was designed using OOP techniques, keeping absolute
  21. flexibility in mind, containing the basic objects and methods
  22. which are likely to occur in any architecture,  but still
  23. providing the freedom to try out new insights and ideas with a
  24. minimum of programming.  It is assumed that the user of this
  25. product understands OOP techniques as implemented in Borland
  26. Pascal, is familiar with basic linear algebra, can produce
  27. derivatives of simple functions and has read basic literature on
  28. Backpropagation Neural Networks. The Toolkit is independent of
  29. Windows  and  DOS,  that is, you can use it in both environments.
  30.  
  31. What it contains    
  32.  
  33. The Toolkit comes in 4 main parts,  implemented as Turbo Pascal
  34. units, and includes some utilities :
  35.  
  36. The basic unit, NNunit, containing the 'grandfather' Neuron and
  37. Neuralnet objects, from which the user produces descendants
  38. suitable for a specific design.  Source code is available
  39. separately.
  40.  
  41. The dynamic matrices and vectors unit, Dyna2, which contains
  42. objects to deal with the connections between neurons, and
  43. provides, as an added bonus, tools for numerical analysis
  44. applications which require dynamic matrix data structures. 
  45. Source code is available separately.
  46.  
  47. The Backpropagation unit, BPNet2, implements a standard
  48. backpropagation network, and provides an example of the use  of
  49. the objects in the first two units.  Source is provided.
  50.  
  51. The Brainmaker unit, Brain, provides access to the structure and
  52. weights of a network trained with Brainmaker, a popular product
  53. from California Scientific (no relation).  Source is provided.
  54.  
  55. A good windows Backprop application, SLUG3.EXE, with source,
  56. to illustrate the use of the Toolkit. Use the helpfile for
  57. information on how to use SLUG3.  You should also look at
  58. DOSDEMO2.PAS  for a quick look at how easy it is to make a
  59. backprop net work with the Toolkit. 
  60.  
  61. Several other small utilities.
  62.  
  63. What it costs:
  64.  
  65. US$89.  Source code is US$199. 
  66. Specials are offered from time to time
  67. Ordering info in the SLUG3 help file.
  68.  
  69.  
  70.  
  71. Regards
  72.  
  73. Charles Marais